﻿/*header*/
.clearfix {
    zoom: 1;
}
ul, ol, li {
    list-style-type: none;
}
img{
	vertical-align: middle;
	border: 0;
}
input {
	outline:none;
}
textarea {
	outline:none;
}
button{
	outline:none;
}
#header {
    width: 100%;
    height: 112px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(15, 12, 21, .5);
}
.boxx {
    max-width: 1400px;
    margin: 0 auto;
}
.boxx a{
    color: #8f8f8f;
}
.logo{  line-height:89px}
.logo img {
    max-width: 100%;
    line-height:89px
}
.k1 {
    text-align: right;
    color: #fff;
    opacity: 0.35;padding-top:10px

}
.k1 a{
	color: #fff;
	font-size: 12px;
}
#menu {
    position: static !important;
    float: right;
}
.navv li {
    text-align: center;
    z-index: 999;
    font-size: 18px;
    position: relative;
}
.navv li a {
    display: block;
    line-height: 59px;
    color: #fff;
    font-size: 16px;
}
.navv li a:hover{
    color: #dba022;
}
.navv .sec {
	display: none;
    height: auto;
    background-color: rgba(255, 255, 255, .8);
    color: #fff;
    z-index: 9999;
    position: absolute;
    top: 59px;
    left: 0px;
    width: 100%;
}
.navv .sec a {
    color: #383838;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #3a3a3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec a:hover{
	color: #dba022;
}
.hides {
    position: absolute;
    right: 0;
    top: 59px;
    z-index: 99;
    width: 332px;
    background-color: rgba(255, 255, 255, .8);
    padding: 15px 10px;
    display: none;
}
#formsearch input#keyword {
    height: 32px;
    line-height: 32px;
    text-indent: 8px;
    color: #999;
    border: none;
    font-size: 12px;
    width: 275px;
    background: #fff;
}
#formsearch input#s_btn {
    width: 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 11px;
    top: 15px;
}
.sear-btn{
	height: 59px;
	float: right;
}
.enstation{
	top: 16px;
    color: #383838;
    font-size: 16px;
	position: absolute;
	left: 0px;
}
/*banner*/
.demo-banner .slick-slide img{
	width: 100%;
}
/* 产品中心 */
.product_list1 {
    padding-top: 40px;
}
.product_list1 li img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.product_list1 li:hover a.img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.pro {
    padding-top: 70px;
}
.tit{
	color: #353535;
    font: 400 30px/50px "Microsoft Yahei";
}
.tit p {
    color: #c0c0c0;
    font: 400 16px/30px "arial";
    position: relative;
    padding-top: 5px;
}
.product_list1 li .img {
    display: block;
    overflow: hidden;
}
.pro-cate .pro-cate-a{
	font-size: 16px;
    color: #383838;
    padding: 5px 3%;
    border-radius: 15px;
    transition: all 0.6s;
}
.pro-cate .pro-cate-m{
        color: #616161;
    font: 400 16px/32px "Microsoft Yahei";
	transition: all 0.6s;
}
.pro-cate .pro-cate-a:hover{

	color: #dba022;
	transition: all 0.6s;
}
.pro-cate .pro-cate-m:hover{
	color: #dba022;
	transition: all 0.6s;
}
.product_list1 li h3 p {
    display: block;
            color: #616161;
            font: 400 16px/28px "Microsoft Yahei";
            text-transform: uppercase;
            margin: 0;
}
.product_list1 li h3 a {
    display: block;
    color: #989898;
            font: 400 14px/32px "Microsoft Yahei";
}
.product_list1 li h3 {
    text-align: center;
    padding: 18px 0 45px;
}
/*关于我们*/
.aboutbg {
    height: 532px;
    background: url(../images/aboutbg.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.aboutbg .boxx {
    padding-top: 100px;
}

.about {
    background: #fff;
    padding: 40px 0;
}

.about h2 {
    color: #353535;
    font: 400 30px/50px "Microsoft Yahei";
    text-align: center;
}

.about h2 p {
    color: #c0c0c0;
    font: 400 16px/30px "arial";
    position: relative;
    padding-top: 5px;
}

.about h2 p:before {
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 0;
    width: 96px;
    height: 2px;
    background: #fff;
    content: "";
}

.about .content {
    color: #838383;
    font: 400 14px/28px "Microsoft Yahei";
    text-align: center;
    padding: 0 15%;
    margin: 25px 0;
    max-height: 120px;
    overflow: hidden;
}

.about .more {
    text-align: center;
}

.about .more a {
    color: #878787;
    font: 400 18px/36px "arial";
}

.about .more a:hover {
    color: #dba022;
}

@media (max-width: 767px) {
    .about .content {
        padding: 0 15px;
    }
}
/*产品推荐*/
.case {
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid #f4f4f4;
}
.case .tit {
    padding-left: 15px;
}
.case_list1 {
    padding-top: 42px;
    text-align: center;
}
.case_list1 li a {
    position: relative;
    display: block;
}
.case_list1 li img {
    max-width: 100%;
    height: auto;
    border: 1px solid #d2d2d2;
}
.case_list1 li h3 {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, .85);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.3, 0.5);
    transform: scale(0.3, 0.5);
}
.case_list1 li .text {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 35%;
    margin-top: -40px;
}
.case_list1 li h3 span {
    color: #353535;
    font: 400 16px/50px "Microsoft Yahei";
}
.case_list1 li h3 .en {
    color: #abaaa9;
    font: 400 14px/30px "Microsoft Yahei";
    border-top: 1px solid #cdcccb;
    background: url(../images/list4.png) no-repeat 50% 100%;
    padding-bottom: 15px;
}
.case_list1 li:hover h3 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
/*新闻资讯*/
.news {
    padding-top: 45px;
    padding-bottom: 120px;
}
.news h2 {
    padding-left: 15px;
}
.news .slick-slider {
    margin-bottom: 30px;
}
.news .slick{
	margin-top: 35px;
}
.newsleft li a {
    display: block;
    position: relative;
}
.newsleft li img {
    max-width: 100%;
    height: auto;
}
.newsleft li .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(60, 60, 60, .7);
    padding-top: 8%;
    padding-left: 5%;
}
.newsleft li .text .title {
    color: #fff;
    font: 400 16px/46px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newsleft li .time {
    color: #fff;
    font: 400 14px/20px "arial";
    padding-left: 30px;
}
.newsleft li .more {
    color: #fff;
    font: 400 16px/46px "Microsoft Yahei";
    padding-top: 15px;
}
.newsright .title {
    display: block;
    color: #393939;
    font: 400 16px/46px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newsright li .time {
    color: #888;
    font: 400 14px/20px "arial";
    padding-left: 30px;
}
.newsright .intro {
    color: #767676;
    font: 400 14px/28px "Microsoft Yahei";
    margin-top: 25px;
    height: 56px;
    overflow: hidden;
}
.newsright li .more {
    color: #767676;
    font: 400 16px/46px "Microsoft Yahei";
    padding-top: 15px;
}
.slick-dots {
    position: absolute;
    bottom: -80px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}
.demo-banner .slick-dots {
    bottom: 50px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}
.slick-dots li button:before {
    content: "";
    opacity: 1;
}
.newsmore{
	float: right;
    color: #666;
    font: 400 18px/36px "arial";
}
/*企业视频*/
.videobg {
    background: #f9f9f9;
    padding: 45px 0 90px;
}
.videobg .tit{
	padding-left: 15px;
}
.videobg .content {
    padding-top: 40px;
}
.videobg .video {
    padding: 0;
    position: relative;
}
.videobg .video img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.video .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -28px;
    text-align: center;
}
.video .text .en {
    color: #fff;
    font: 400 16px/30px "Microsoft Yahei";
    text-transform: uppercase;
}
.video .text .cn {
    color: #fff;
    font: 400 14px/26px "Microsoft Yahei";
}
/*首页滚动友链*/
.honors {
    padding: 30px 0;
    position: relative;
}
.honors .content {
    width: 100%;
    overflow: hidden;
}
.honors .content li {
    text-align: center;
    float: left;
    position: relative;
    margin-left: 1%;
}
.honors .content li .img {
    display: block;
    overflow: hidden;
    position: relative;
}
.honors .content li img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.honors .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 999;
    font-size: 0px;
    border: 0px;
}
.honors .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 999;
    font-size: 0px;
    border: 0px;
}
.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}
/*首页联系我们*/
.contactbg {
    background: #f7f7f7;
    padding: 90px 0;
}
.contacts h3 {
    color: #666;
    font: 400 16px/46px "Microsoft Yahei";
}
.contacts .content {
    color: #8c8c8c;
    font: 400 14px/34px "Microsoft Yahei";
    padding-top: 30px;
}
.shares {
    padding-top: 30px;
}
.shares .bdshare-button-style0-16 a {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 5px;
    float: left;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}
.message2 #name {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0;
    padding-left: 6px;
    border: none;
    background: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #747474;
    font-size: 14px;
}
.message2 #contact {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0;
    padding-left: 6px;
    border: none;
    background: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #747474;
    font-size: 14px;
}
.message2 #email {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0;
    padding-left: 6px;
    border: none;
    background: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #747474;
    font-size: 14px;
}
.message2 #content {
    display: block;
    height: 80px;
    line-height: 45px;
    padding: 0;
    padding-left: 6px;
    border: none;
    background: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #747474;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}
.message2 .msgbtn {
    width: 105px;
    margin: 0 auto;
    color: #8f8f8f;
    font: 400 14px/38px "Microsoft Yahei";
    text-align: center;
    background: none;
    border: 1px solid #cdcdcd;
    margin-top: 30px;
}
.bd_weixin_popup .bd_weixin_popup_main {
    padding: 10px 10px!important;
}

.message2 #checkcode {
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    height: 32px;
    line-height: 32px;

    width: 115px;

}
.message2 .mess{
	text-align: center;
}
/*底部信息*/
#footer {
	padding-top: 10px;
	text-align: center;
    color: #8f8f8f;
    font: 400 14px/40px "Microsoft Yahei";
	display: none;
}



/*响应式调整部分*/
@media (max-width:1350px) {
	.pro-cate .pro-cate-a {
	    font-size: 14px;
	}
}
@media (max-width:1120px) {
	.navv li a {
	    font-size: 12px;
	}
}
@media (max-width: 991px) {
	#header{
		display: none;
	}
	.case_list1 li {
	    margin-bottom: 20px;
	}
}
@media (max-width:768px) {
	.product_list1 li{
		text-align: center;
	}
	.honors .content li {
	    margin-left: 0.5%;
	}
	.newsleft li .more{
		display: none;
	}
    .demo-banner .slick-dots {
        bottom: 15px;
    }
    .promxshow{
        display: none;
    }
    .promsshow{
        display: block!important;
    }
}

.pages {
	padding: 10px 0;
	text-align:center;
}
.pages li {
	display: inline;
	margin:0 5px;
}
.pages li a {
	padding: 5px 8px;
	border: 1px solid #CCC;
	background: #fff;
	color: #a4a4a4;
	font-size:12px;
}
.pages li a:hover {
	background: #152837;
	color: #fff;
	text-decoration: none;
}
.pages li.pages_solid {
	padding: 3px 8px;
	background: #152837;
	color: #fff;
}


/* 底部 */
.dfc {display: flex;justify-content: space-between;align-items: center;}

	.pf1b {width: 71%;align-items: flex-start;}
.pf1b dl {flex: 1;text-align: end;}
.pf1b dl div {display: inline-block;}
.pf1b dl div dt {text-align: start;font-size: 18px;line-height: 5.5;}
.pf1b dl div dt a {color: #a9bcbb;}
.pf1b dl div dd a {display: block;text-align: start;font-size: 14px;color: #767676;line-height: 2.1;}

	
  .pf1 {flex-wrap: wrap;justify-content: center;}
  .pf1a {width: 100%;max-width: 350px;}
  .pf1b {width: 100%;}
  .pf1b dl {text-align: center;}
